(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/dos.h>
LONG CompareDates()
SYNOPSIS
struct DateStamp * date1
struct DateStamp * date2

LOCATION
In DOSBase at offset 123
FUNCTION
Compares two dates.

INPUTS
date1, date2 - The two dates to compare.
RESULT
<0 if date1 is later than date2, ==0 if they are equal or >0 if date2 is later than date1.

NOTES
This is NOT the same ordering as strcmp() !

EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
18.02.1997 digulla
Three more functions
27.01.1997 ldp
Polish
09.12.1996 aros
Added empty templates for all missing functions

Moved #include's into first column